projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc8ce89
)
Add a local variables section, and set
author
Glenn Morris
<rgm@gnu.org>
Sun, 28 Oct 2007 23:51:52 +0000
(23:51 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 28 Oct 2007 23:51:52 +0000
(23:51 +0000)
byte-compile-warnings to `(not cl-functions)'.
lisp/emacs-lisp/cl-compat.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-compat.el
b/lisp/emacs-lisp/cl-compat.el
index ebfc43ebc80389abac2de4178be9a97e61a48cf3..1f476081f41783df25e61b9bb5d981d6b7915169 100644
(file)
--- a/
lisp/emacs-lisp/cl-compat.el
+++ b/
lisp/emacs-lisp/cl-compat.el
@@
-186,5
+186,9
@@
(provide 'cl-compat)
+;; Local variables:
+;; byte-compile-warnings: (not cl-functions)
+;; End:
+
;; arch-tag: 9996bb4f-aaf5-4592-b436-bf64759a3163
;;; cl-compat.el ends here